home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Heroic Legends of Hercules & Xena
/
The Heroic Legends of Hercules and Xena.iso
/
mac
/
BardDIRS
/
MENU.DIR
/
00064_Script_64
< prev
next >
Wrap
Text File
|
1996-10-28
|
1KB
|
58 lines
on enterframe
global tcounter
puppetsprite 44,true
if tcounter < 300 then
put tcounter + 1 into tcounter
else
set the membernum of sprite 44 to (random(7) + 136)
put 1 into tcounter
end if
end
on exitFrame
puppetsprite 30,true
puppetsprite 31,true
puppetsprite 32,true
puppetsprite 33,true
puppetsprite 34,true
puppetsprite 35,true
puppetsprite 36,true
puppetsprite 37,true
cursor -1
if rollover(10) then set the membernum of sprite 30 to 127
else
set the membernum of sprite 30 to 97
end if
if rollover(11) then set the membernum of sprite 31 to 128
else
set the membernum of sprite 31 to 98
end if
if rollover(12) then set the membernum of sprite 32 to 129
else
set the membernum of sprite 32 to 99
end if
if rollover(13) then set the membernum of sprite 33 to 130
else
set the membernum of sprite 33 to 100
end if
if rollover(14) then set the membernum of sprite 34 to 131
else
set the membernum of sprite 34 to 101
end if
if rollover(15) then set the membernum of sprite 35 to 132
else
set the membernum of sprite 35 to 102
end if
if rollover(16) then set the membernum of sprite 36 to 133
else
set the membernum of sprite 36 to 103
end if
if rollover(17) then set the membernum of sprite 37 to 134
else
set the membernum of sprite 37 to 104
end if
go the frame
end